func syscall.gettimeofday
3 uses
syscall (current package)
syscall_linux_amd64.go#L75: func gettimeofday(tv *Timeval) (err Errno)
syscall_linux_amd64.go#L78: errno := gettimeofday(tv)
syscall_linux_amd64.go#L87: errno := gettimeofday(&tv)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)